From 9d2fcbd9a6f61bc170be9e8108b2d3732c703fa4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 16 Jul 2007 22:39:26 +0000 Subject: [PATCH] (clean): Don't delete *~. --- src/makefile.w32-in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/makefile.w32-in b/src/makefile.w32-in index ccb0dcf9f5f..c28e27bdfcb 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -247,8 +247,10 @@ install: $(ALL) # # Maintenance # +# We used to delete *~, s/*~, m/*~ here, but that might inadvertently +# remove precious files if it happens to match their short 8+3 aliases. clean: - - $(DEL) *~ "s/*~" "m/*~" + - $(DEL) "s/*.h~" "m/*.h~" - $(DEL) $(COMPILER_TEMP_FILES) - $(DEL_TREE) $(OBJDIR) - $(DEL) stamp_BLD -- 2.30.2